home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 501-525 / disk_523 / bmake / wishlist < prev    next >
Text File  |  1992-05-06  |  714b  |  22 lines

  1. WISHLIST
  2.  
  3. Here are some features which I would like to implement in the future.
  4.  
  5. -    $(macro:from=to)
  6. -    replace the macro and rule Lists with binary trees for faster searches
  7. -    :: rules to supply alternate rules for targets
  8. -    + command prefix to force the execution of lines
  9. -    force the execution of lines containing $(MAKE) or ${MAKE}
  10. -    the $^ automatic variable
  11. -    .IGNORE .PRECIOUS .SILENT
  12. -    static pattern rules
  13. -    the ability to apply rules to the contents of archives
  14.     and link libraries
  15. -    vpath and VPATH search paths for dependencies
  16.  
  17. -    -W command line argument to run Make with a ``what if'' scenario
  18. -    parallel remote execution of compiles
  19.  
  20. -    the ability to pass variables between nested executions of Make
  21.  
  22.